Microsoft DirectX 8.1 (C++)

BDA IP Sink Filter

The BDA IP Sink filter is a kernel-mode filter that delivers IP data to Winsock. This filter is useful in television filter graphs, both analog and digital, and BDA or non-BDA.

In an analog graphs, the input pin connects to the BDA SLIP Deframer. In a digital graph, the input pin connects to the BDA MPE Filter. The filter has an output pin, but it does not send any IP data through this pin; all IP data goes to Winsock.

The filter exposes the IBDA_IPSinkInfo interface.

BDA IP Sink appears in GraphEdit under the "BDA Rendering Filters" category. Because this is a kernel-mode filter, applications cannot create it directly. Instead, use the System Device Enumerator, as described in Enumerating Devices and Filters. Add the filter to the filter graph by calling the IFilterGraph::AddFilter method.